projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f31df
)
(Qmouse_face): Replace definition with extern decl.
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 4 Nov 1998 01:26:24 +0000
(
01:26
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 4 Nov 1998 01:26:24 +0000
(
01:26
+0000)
src/w32faces.c
patch
|
blob
|
history
diff --git
a/src/w32faces.c
b/src/w32faces.c
index 3763b600a553d371f8b28da6794b392a950ac8d8..6b9356a95b01f38de6fe86ae80579a8cddbdd178 100644
(file)
--- a/
src/w32faces.c
+++ b/
src/w32faces.c
@@
-134,9
+134,11
@@
static int region_face;
does not specify that display aspect. */
#define FACE_DEFAULT (~0)
-Lisp_Object Qface
, Qmouse_face
;
+Lisp_Object Qface;
Lisp_Object Qpixmap_spec_p;
+extern Lisp_Object Qmouse_face; /* In textprop.c. */
+
int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
struct face *intern_face ( /* FRAME_PTR, struct face * */ );